Esx Settings Clusters Enablement Configuration Transition EnableResult

Esx Settings Clusters Enablement Configuration Transition EnableResult
Esx Settings Clusters Enablement Configuration Transition EnableResult

The Esx Settings Clusters Enablement Configuration Transition EnableResult schema contains properties that describes the result of enabling configmanager on a cluster as part of the transition process.

This schema was added in vSphere API 8.0.1.0.

JSON Example
{
    "status": "string",
    "errors": [
        {
            "type": "string",
            "id": "string",
            "time": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            },
            "resolution": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            },
            "originator": "string",
            "retriable": false
        }
    ],
    "apply_task_id": "string"
}
string
status
Required

Status of enabling configmanager on a cluster.

For more information see: Esx Settings Clusters Enablement Configuration Transition EnableResult Status.

This property was added in vSphere API 8.0.1.0.

errors
Optional

List of errors if any.

This property was added in vSphere API 8.0.1.0.

This property is optional and it is only relevant when the value of status is Esx Settings Clusters Enablement Configuration Transition EnableResult Status.ERROR.

string
apply_task_id
Optional

ID of the Apply task invoked once ConfigManager is enabled on the cluster.

This property was added in vSphere API 8.0.1.0.

This property is optional and it is only relevant when the value of status is Esx Settings Clusters Enablement Configuration Transition EnableResult Status.SUCCESS_APPLY_INITIATED.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.task. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.task.